home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / supcvers.c < prev    next >
Encoding:
Text File  |  1994-08-02  |  2.8 KB  |  78 lines

  1. /*
  2.  * Copyright (c) 1992 Carnegie Mellon University
  3.  * All Rights Reserved.
  4.  * 
  5.  * Permission to use, copy, modify and distribute this software and its
  6.  * documentation is hereby granted, provided that both the copyright
  7.  * notice and this permission notice appear in all copies of the
  8.  * software, derivative works or modified versions, and any portions
  9.  * thereof, and that both notices appear in supporting documentation.
  10.  *
  11.  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
  12.  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
  13.  * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
  14.  *
  15.  * Carnegie Mellon requests users of this software to return to
  16.  *
  17.  *  Software Distribution Coordinator  or  Software_Distribution@CS.CMU.EDU
  18.  *  School of Computer Science
  19.  *  Carnegie Mellon University
  20.  *  Pittsburgh PA 15213-3890
  21.  *
  22.  * any improvements or extensions that they make and grant Carnegie Mellon
  23.  * the rights to redistribute these changes.
  24.  */
  25. /*
  26.  **********************************************************************
  27.  * HISTORY
  28.  * $Log: supcvers.c,v $
  29.  * Revision 1.1.1.1  1993/05/21  14:52:19  cgd
  30.  * initial import of CMU's SUP to NetBSD
  31.  *
  32.  * Revision 1.8  92/08/11  12:07:51  mrt
  33.  *     Added use-rel-suffix option. Picked up STUMP changes.
  34.  *     [V7.26]
  35.  * 
  36.  * Revision 1.7  92/02/08  18:24:23  mja
  37.  *     Support for -k/-K and "keep" option. [V7.25]
  38.  *     [92/01/17            vdelvecc]
  39.  * 
  40.  * 27-Dec-87  Glenn Marcy (gm0w) at Carnegie-Mellon University
  41.  *    Added crosspatch support.  Removed nameserver support. [V7.24]
  42.  *
  43.  * 28-Jun-87  Glenn Marcy (gm0w) at Carnegie-Mellon University
  44.  *    Added code for "release" support. [V6.23]
  45.  *
  46.  * 26-May-87  Doug Philips (dwp) at Carnegie-Mellon University
  47.  *    Changes for Version 6, better supoort to reflect errors to
  48.  *    logfile. [V6.22]
  49.  *
  50.  * 25-May-87  Doug Philips (dwp) at Carnegie-Mellon University
  51.  *    Split sup.c into subparts. [V5.21]
  52.  *
  53.  * 20-May-87  Glenn Marcy (gm0w) at Carnegie-Mellon University
  54.  *    Changes to many files to make lint happy. [V5.20]
  55.  *
  56.  * 01-Apr-87  Glenn Marcy (gm0w) at Carnegie-Mellon University
  57.  *    Changes to sup.c and scmio.c. [V5.19]
  58.  *
  59.  * 19-Sep-86  Mike Accetta (mja) at Carnegie-Mellon University
  60.  *    Changes to sup.c. [V5.18]
  61.  *
  62.  * 21-Jun-86  Glenn Marcy (gm0w) at Carnegie-Mellon University
  63.  *    Minor bug fix to previous edit in sup.c. [V5.17]
  64.  *
  65.  * 07-Jun-86  Glenn Marcy (gm0w) at Carnegie-Mellon University
  66.  *    Changes to sup.c and sup.h. [V5.16]
  67.  *
  68.  * 30-May-86  Glenn Marcy (gm0w) at Carnegie-Mellon University
  69.  *    Added changes to sup.c, sup.h, scm.c, scmio.h. [V5.15]
  70.  *
  71.  * 19-Feb-86  Glenn Marcy (gm0w) at Carnegie-Mellon University
  72.  *    Created. [V5.14]
  73.  *
  74.  **********************************************************************
  75.  */
  76.  
  77. int PGMVERSION = 26;        /* program version of sup */
  78.